home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / C++ Files Library / Direct Blitting in C++ / Blitting.sit / Blitting ƒ / DirectBlitting.h < prev    next >
Text File  |  1995-04-27  |  663b  |  37 lines

  1. // DirectBlitting.h, all of the headers that are part of The Direct
  2. //    Blitting Class Library for the MacOS or are used with it.
  3. //
  4. // Copyright ⌐ 1995, Macneil Shonle. All rights reserved.
  5.  
  6. #ifndef __DIRECTBLITTING__
  7. #define __DIRECTBLITTING__
  8.  
  9. #ifndef __CCOPIER__
  10. #include <CCopier.h>
  11. #endif
  12.  
  13. #ifndef __CDIRECTBLIT__
  14. #include <CDirectBlit.h>
  15. #endif
  16.  
  17. #ifndef __CDIRECTGWORLD__
  18. #include <CDirectGWorld.h>
  19. #endif
  20.  
  21. #ifndef __CDIRECTVIDEO__
  22. #include <CDirectVideo.h>
  23. #endif
  24.  
  25. #ifndef __PIXELTYPES__
  26. #include <PixelTypes.h>
  27. #endif
  28.  
  29. #ifndef __STGWORLDSETTER__
  30. #include <StGWorldSetter.h>
  31. #endif
  32.  
  33. #ifndef __STMMUMODESWAPPER__
  34. #include <StMMUModeSwapper.h>
  35. #endif
  36.  
  37. #endif